home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / rexx / cedtofront.sd < prev    next >
Text File  |  1991-07-21  |  142b  |  6 lines

  1. /* brings CED to front (started from ShowDVI) */
  2.  
  3. IF (SHOW('P', 'rexx_ced')) THEN ADDRESS 'rexx_ced' cedtofront
  4. ELSE okay1 "No CED running!"
  5.  
  6.